home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / ezdia175.zip / README.TXT < prev    next >
Text File  |  1996-05-01  |  5KB  |  117 lines

  1.  
  2. Thank you for downloading EZDialup v1.75.
  3.  
  4. You will find a complete user's manual in EZDIALUP.HLP and EZDIALUP.WRI.
  5. Both the server and client software can be tested immediately.  See the
  6. Server Installation page of the Help file for step-by-step instructions.
  7.  
  8. NEW with version 1.75:  modem auto-detect; message index numbers
  9.  
  10. NON-PROGRAMMERS
  11.  
  12. Installation of an EZDialup system is geared toward anyone who can
  13. install a modem and use a text editor.  Programming experience is
  14. not necessary to create and maintain a dialup system, using EZDialup's
  15. original Script Mode (Mode A).  Day-to-day use of EZDialup is
  16. geared toward anyone who can start a Windows program!
  17.  
  18. Please see SCRIPT-BASED EZDIALUP below for a non-techical expanation of the
  19. EZDialup system.
  20.  
  21. DEVELOPERS
  22.  
  23. EZDialup lets you write programs that access both EZDialup Servers AND
  24. most other dialup hosts, like BBS's, CompuServe, etc.  You can integrate
  25. the software seamlessly into your program, which appears to be doing all
  26. the work!
  27.  
  28. EZDialup handles everything - it opens the comm port, inits the modem
  29. and makes sure it's responding, dials the number, then lets your program
  30. know when it's connected and ready, or if a busy signal or some other
  31. problem occurred.
  32.  
  33. When your program connects to an EZDialup server, it can direct it to
  34. transfer, zip, unzip or delete files, run programs or perform other
  35. functions - every option available in Script-Mode.
  36.  
  37. When your program connects to a BBS, API routines let it:
  38.  
  39.    -access all incoming characters
  40.    -send individual characters or entire strings
  41.    -request automatic Xmodem, XModem 1K and Ymodem file transfers
  42.    -setup automatic reponses to expected input ("Login: ", etc.)
  43.    -also setup notification to your program when these input strings
  44.     occur
  45.  
  46. A test program (TESTBED.EXE) and its Pascal source code demonstrate the
  47. use of the extended API.
  48.  
  49. ---------
  50. Use of the toolkit (when registered) is royalty-free.
  51.  
  52. Visual Basic and Pascal interface source code examples are included, but
  53. any development language that can call DLL routines and react to Windows
  54. messages (some development platforms call these TRIGGERS) can use the API.
  55.  
  56. Please see the EZDIALUP.HLP or EZDIALUP.WRI for addtional details.
  57.  
  58. ********************
  59. SCRIPT-BASED EZDIALUP
  60.  
  61. Here's the idea: dedicate a Windows-running PC to handle dialup
  62. requests for information.  One PC can handle up to four modems,
  63. each controlled by an instance of EZDialup (running in server mode).
  64. On a two-line installation, for example, you'd see two EZDialup icons
  65. running on the server PC. Other tasks should be able to run on this PC,
  66. but your results, of course, may vary.
  67.  
  68. Remote PC's use client-mode EZDialup to call in and request that a
  69. script file be executed, providing a password as it does so.  If
  70. the specified script file (which contains commands to zip, unzip,
  71. upload, download, etc.) can be located, and the password checks out,
  72. the script file is executed.  When all the commands in the script have been
  73. executed, the connection is broken, the client side shuts down, and the
  74. server side resets for the next call.
  75.  
  76. Ad-hoc download requests and file directory requests are intentionally not
  77. supported by either mode of EZDialup, so security is automatically tight.
  78. Only the file-transfer scripts found on the server side can take place.
  79. If a remote user loses security rights (leaves company, etc.) you just
  80. wipe their password file or the scripts or even the user's network directory,
  81. making their remote EZDialup software useless.
  82.  
  83. The remote user just launches (double-clicks) an icon (in Program Manager,
  84. or one of the several ways Windows 95 can start a program) to call in,
  85. and therefore the program absolutely could not be easier to use.  A Cancel
  86. button lets the user interrupt the session and hangup.
  87.  
  88. The new modem-locate feature means that users need not even know the speed
  89. and COM port of their modem:  EZDialup finds it and remembers where it is.
  90.  
  91. The only piece of information that changes with any frequency for a roaming
  92. (laptop-toting?) remote user is the complete phone number dialing sequence,
  93. which might, for example, need a prefix of "8," when dialing from a
  94. hotel, or "9," when dialing from an office with a typical PBX, or "*70,"
  95. when calling from a call-waiting-equipped phone at home, etc.  For
  96. the convenience of the user a "Change Phone Number" button lets the user
  97. take a short cut to changing the dialing sequence.
  98.  
  99. EZDialup is not freeware.  This shareware version can do everything the
  100. registered version can, but a registration reminder pops up each time the
  101. program ends on the client side.  Registration is $65-$75 (depending upon
  102. payment method), which covers all the server and client nodes you need
  103. to install.
  104.  
  105. CompuServe can bill your account and notify us immediately that you are
  106. registered, at which point we can immediately e-mail to you the registration
  107. codes.  To do this, GO SWREG and search for #7676.
  108.  
  109. A Visual Basic interface example is now included.  The files are found in
  110. the included file EZ4VB.ZIP.
  111.  
  112. Again, we appreciate your interest and hope you find EZDialup useful.
  113.  
  114. _________
  115. This version (v1.75) is completely compatible with all versions 1.6 or higher.
  116.  
  117.